Opc.Ua.Core
CopyTo Method (ReadOnlyList<T>)



Opc.Ua Namespace > ReadOnlyList<T> Class : CopyTo Method
Copies the elements of the list to an array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As ReadOnlyList(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   T[] array,
   int arrayIndex
)
public:
void CopyTo( 
   array<T^>^ array,
   int arrayIndex
) 

Parameters

array
arrayIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReadOnlyList<T> Class
ReadOnlyList<T> Members